home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8421 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.planet.eon.net!news
  2. From: Michel Forget <mforget@planet.eon.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: Symantec C++ 7.2 - What .DLLs are redistributable?
  5. Date: 18 Feb 1996 01:17:32 GMT
  6. Organization: Public Live Access Network (PLAnet)
  7. Message-ID: <4g5unc$m1l@tigger.planet.eon.net>
  8. NNTP-Posting-Host: ts1_port15.planet.eon.net
  9.  
  10. Hi,
  11.  
  12. I have been programming with Borland C++ for several years,
  13. and I have recently purchased Symantec C++ 7.2.  I was able
  14. to recompile my code flawlessly, but Symantec C++ does not
  15. seem to allow you to use the "static library" option of
  16. Borland C++ where the .DLL files are incorporated directly
  17. into the executable.  That is fine; the problem is, though,
  18. there does not seem to be anything in the documentation
  19. telling me -which- libraries I should distribute.  Can
  20. anyone fill in the blank?  For example, an application
  21. of mine uses:
  22.  
  23. advapi32.dll
  24. comctl32.dll
  25. ctl3d32.dll
  26. comdlg32.dll
  27. ole32.dll
  28. gdi32.dll
  29. user32.dll
  30. ...
  31.  
  32. Now, obviously some of those cannot be distributed.  But how
  33. do I know which ones can?  Please respond VIA e-mail, as speed
  34. is very important.  Thanks!
  35.  
  36.